home *** CD-ROM | disk | FTP | other *** search
- /*--------------------------------------------------------------------------
- *
- * You may freely copy, distribute, and reuse the code in this example.
- * SHL Systemhouse disclaims any warranty of any kind, expressed or
- * implied, as to its fitness for any particular use.
- *
- *
- * Adaptor
- *
- *
- *
- * Conforms To: None
- *
- * Declared In: EOFDelegateAdaptorCategory.h
- *
- * Category Description
- *
- * Implements delegate methods sent by EOAdaptorChannel.
- *
- * From SHL MiniExample Delegation
- *------------------------------------------------------------------------*/
- #import <appkit/appkit.h>
- #import <eointerface/eointerface.h>
- #import <eoaccess/eoaccess.h>
-
- #import <foundation/NSString.h>
- #import <foundation/NSObject.h>
-
-
- @interface EOFDelegateAdaptorCategory:NSObject
- {
- }
-
- @end
-